home *** CD-ROM | disk | FTP | other *** search
- /* --------------------------------------- */
- /* Styles for VTML Reference documentation */
- /* 1999-11-07 */
- /* */
- /* StyleSheet created with TopStyle 1.5 */
- /* --------------------------------------- */
-
- /* --------------------------------------- */
- /* All sizing (in em units) is in this */
- /* stylesheet which is imported. */
- /* This means IE3 won't stumble over the */
- /* em units (interpreting them as pixels) */
- /* and there won't be (as many) inheritance*/
- /* problems with NS4 since neither IE3 nor */
- /* NS4 support @import. */
- /* --------------------------------------- */
-
- /* --- BASICS --- */
-
- BODY {
- /* basic font size relative to user's font size but slightly smaller to allow for the small Help window in HomeSite and Studio */
- margin-top : 1.2em;
- margin-left : 4em;
- font-size : 0.9em; /* relative to user's font size */
- }
-
- /* --- HEADERS --- */
-
- H1 {
- margin-bottom : 0.3em;
- margin-left : -2em;
- font-size : 1.8em;
- }
-
- H2 {
- margin-bottom : 0.3em;
- margin-left : -1.5em;
- font-size : 1.6em;
- }
-
- H3 {
- margin-bottom : 0.3em;
- margin-left : -1em;
- font-size : 1.4em;
- }
-
- H4 {
- margin-bottom : 0.3em;
- font-size : 1.2em;
- }
-
- H5 {
- font-size : 1.1em;
- }
-
- /* --- CODE AND EXAMPLES .--- */
-
- CODE {
- /* inherit background color */
- font-size : 1.1em;
- }
-
- SAMP {
- margin-left : 0.2em;
- font-size : 1.1em;
- line-height : 1.1em
- }
-
- PRE {
- margin-top : 0.8em;
- margin-bottom : 0.8em;
- font-size : 1em;
- line-height : 1.2em
- }
-
- DD PRE {
- margin-top : 0.8em;
- margin-bottom : 0.8em;
- font-size : 1em;
- }
-
- OL PRE, UL PRE {
- margin-top : 0.5em;
- font-size : 1em;
- }
-
- PRE.syntax {
- margin-left : 0.4em;
- font-size : 1.05em;
- }
-
- /* --- TABLES --- */
-
- TABLE {
- margin-top : 1em;
- }
-
- TD {
- /* seems to be (roughly) default for P but in TD line-height is larger by default;
- this is added to make them appear more similar */
- line-height : 1.09em
- }
-
- TD UL {
- margin-top : 0.5em;
- }
-
- /* --- LISTS --- */
-
- OL P, UL P {
- margin-top : 0.5em;
- margin-bottom : 0.5em;
- }
-
- OL UL, UL UL, UL OL, OL OL {
- margin-left : 2.5em;
- }
-
- OL LI LI {
- margin-top : 1em;
- }
-
- /* --- FOOTNOTE --- */
-
- .footnote {
- font-size : 0.8em;
- }
-